html,body{
  width: 100%;
  height: 100%;
  background: #f3fafe;
}
.n0402_main_box{
  width: 100%;
  height: 100%;
  min-height: 768px;
  overflow-y: auto;
}
/* 头部样式 */
.n0402_main_header_bg{
  width: 100%;
  height: 110px;
  background: #fff;
  padding: 0 40px;
  box-sizing: border-box;
  background: #fafcfe;
}
.n0402_main_header{
  width: 100%;
  height: 110px;
  margin: 0 auto;
  background: url(../images/n0304_img2.png) no-repeat center right;
  position: relative;
  background-position: right 15px;
}
/* 头部左侧 */
.n0402_main_logo_box{
  position: absolute;
  left: 0;
  top: 36px;  
}
.n0402_main_logo{
  float: left;
}
.n0402_main_text{
  margin-left:17px;
  float: left;
}
.n0402_main_text1{
  color: #40abe9;
  font-size: 36px;
}
.n0402_main_text2{
  font-size: 12px;
  color: #666666;
  letter-spacing:1.5px;
}
/* 头部 右侧 */
.n0402_main_user_box{
  position: absolute;
  right: 0;
  top: 52px;  
}
.n0402_main_user_img{
  display: inline-block;
}
.n0402_main_user_text{
  display: inline-block;
} 
.n0402_main_user_text1{
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
}
.n0402_main_user_text2{
  display: inline-block;
  font-size: 16px;
}

/* 导航 */
.n0402_main_navbar{
  width: 100%;
  background: #40abe9;
  height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
}
.n0402_main_navbar_in{
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.n0402_main_navbar_a{
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: url(../images/n0304_img4.png) no-repeat;
  position: relative;
  transition: all 0.8s;
  font-weight: bold;
}
.n0402_main_navbar_a.n0402_header_active{
  background: #077ce9;
  color: #fff;
  text-decoration: unset;
}
.n0402_main_navbar_a:hover{
  background: #077ce9;
  color: #fff;
  text-decoration: unset;
}
.n0402_main_navbar_line{
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: url(../images/n0304_img4.png) no-repeat;
}

/* 面包屑*/
.n0402_mianbao{
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.layui-breadcrumb a{
  font-size: 16px;
}
.n0402_mianbao{
  height: 70px;
  line-height: 70px;
}


.n0402_main_content{
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
  padding: 0 40px;
  box-sizing: border-box;
}
.n0402_main_content_in{
  padding: 20px;
  background: #fff;
  box-shadow: 1px 0px 10px rgb(57,67,73,0.3);
}
/* 内容模块头部 */
.n0402_content_in_header{
  position: relative;
}
.n0402_content_in_header_bg{
  width: 130px;
  height: 36px;
  background: url(../images/n0304_img5.png) no-repeat;
  text-align: center;
  line-height: 36px;
  position: relative;
}
.n0402_content_in_header_bg_a{
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgb(59,32,16,0.4);
  margin-left: -35px;
  display: inline-block;
  height: 36px;
}
.n0402_content_in_header_line{
  background: #40abe9;
  width: 100%;
  height: 1px;
}

/*模块列表 */
.n0402_content_in_con{
  padding: 20px 0;
}
.n0402_row{
  width: 100%;
}
.n0402_col{
  width: 19%;
  height: 124px;
  box-shadow: 1px 0px 10px rgb(57,67,73,0.3);
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
}
.n0402_col:hover{
  background: #ddedf6;
}
.n0402_col_img{
  display: block;
  margin: 0 auto;
  padding: 25px 0 15px 0;
}
.n0402_col_text{
  text-align: center;
  color: #40abe9;
  font-size: 16px;
  padding: 0 15px;
}


/* 登录页 */
.n0402_bg_img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.n0402_login_box{
  width: 490px;
  /*height: 444px;*/
  /*height: 384px;*/
  height: 420px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top: -245px; */
  margin-top: -185px;
  margin-left: -246px;
  border: 1px solid #e6e6e6;
  z-index: 2;
}
.n0402_login_logo{
    min-width: 1100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -163px;
    position:absolute;
    left:50%;
    transform:translate(-50%);/*50%为自身尺寸的一半*/
}
.n0402_login_logo_in{
    font-size: 62px;
    font-weight: bold;
    color: #0252bc;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
    display: inline-block;
    font-family: 'Microsoft YaHei','微软雅黑';
}
.n0402_login_logo_img{
    margin-right: 18px;
}

.n0402_login_header{
  width: 100%;
  text-align: center;
  color: #40abe9;
  font-size: 30px;
  height: 130px;
  line-height: 130px;
}
.n0402_login_content{
  padding: 0 45px 0 45px;
}
.n0402_login_input{
  margin-bottom: 20px;
  width: 100%;
}
.n0402_login_input input{
  border:1px solid #40abe9;
  width: 100%;
  height: 36px;
  text-indent: 50px;
  font-size: 14px;
  color: #333;
}
.n0402_login_input_user{
  background: url(../images/n0304_img26.png) no-repeat 15px center;
}
.n0402_login_input_password{
  background: url(../images/n0304_img25.png) no-repeat 15px center;
}
.n0402_login_checked{
  font-size: 14px;
  color: #333;
  margin-bottom: 36px;
}
.n0402_login_checked_icon{
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/n0304_img24.png) no-repeat;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
}
.n0402_login_checked_icon2{
  width: 12px;
  height: 8px;
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-6px;
  margin-top:-4px;
  display: none;
  background: url(../images/n0304_img23.png) no-repeat;
}

/* 操作 */
.n0402_login_cz{
  padding: 0 45px 0 45px;
}
.n0402_login_btn{
  width: 400px;
  height: 62px;
  background: url(../images/n0304_img27.png) no-repeat;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.n0402_login_btn_in{
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    width: 100%!important;
    text-align: center;
    background: none;
}



/* 首页样式 */

.n0402_index_content{
/*  width: 1200px; */
  /* margin: 40px auto 0; */
  width:100%;
  padding:20px 40px 20px 40px;
  box-sizing: border-box;
}
.n0402_index_content_li{
  width: 32.3%;
  float: left;
  /* height: 340px; */
   height: 250px;
}
.n0402_index_content_li1{
margin-right: 1%;
}
.n0402_index_content_li2{
  /* margin-left: 2%; */
}
.n0402_index_content_li3{
 /* margin-right: 2%; */
 margin: 0 0.5%;
}
.n0402_index_content_li4{
  /* margin-left: 2%; */
  margin-left: 1%;
}


.n0402_index_content_li .n0402_content_li{
  padding: 20px 25px;
  background: #fff;
  box-shadow: 1px 0px 10px rgb(57,67,73,0.3);
  height: 100%;
  box-sizing: border-box;
}
.n0402_imgClass{
  width: 100%;
  height: 100%;
}
.n0402_index_con_ul{
  padding-top: 10px;
  overflow-y: auto;
  height: 160px;
}
.n0402_index_con_li{
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.n0402_index_con_li:hover{
  color: #40abe9;
}
.n0402_index_li_ftext{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
}
.n0402_index_li_icon{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666666;
  display: inline-block;
}
.n0402_header_more{
  color: #666666;
  font-size: 14px;
  background: url(../images/n0304_img28.png) no-repeat center right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  padding-right: 15px;
}
.n0402_header_more:hover{
  color: #40abe9;
}
.n0402_index_con_li .layui-col-xs3{
	text-align: right;
}

/* 表格盒子 */
.gx_head_div{
	width: 100%;
	padding: 20px 40px 0 40px;
	box-sizing: border-box;
}
/* 内容-右侧盒子 */
.hphy_cenr_box_header{
	background: #40abe9;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.hphy_cenr_box_con{
	border: 1px solid #eeeeee;
	background: #fff;
	border-top: 0;
}
.hphy_cenr_box_con_a{
	display: block;
	padding: 20px 0 25px 0;
}
.hphy_cenr_box_con_aimg{
	display: block;
	margin: 0 auto 20px;
}
.hphy_cenr_box_con_atext{
	text-align: center;
	color: #000;
	font-size: 16px;
}
.hphy_cenr_box_con_a:hover .hphy_cenr_box_con_atext{
	color: #40abe9;
}
.layui_card_index .layui-tab-card>.layui-tab-title{
	background: #fff;
}
.layui_card_index .layui-tab-card>.layui-tab-title .layui-this{
	background: #40abe9;
	color: #fff;
}
.layui_card_index .layui-tab-title{
	height: 45px;
}
.layui_card_index .layui-tab-title li{
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	font-size: 19px;
	color: #333;
	padding: 0 30px;
}
.layui_card_index .layui-tab-title .layui-this:after{
	height: 46px;
}
.layui_card_index .layui-tab-card{
	box-shadow: none;
	border-color: #fff;
}
.layui_card_index .layui-tab-title{
	border-color: #e3e0e0;
}


	/* 生成日期Tue Mar 17 2020 09:50:49 GMT+0800 (中国标准时间) */
	/* 默认按钮颜色 */
	.layui-btn{
		background-color: #077ce9!important;
	}
	/* 表单-单选按钮 */
	.layui-form-radio>i:hover, .layui-form-radioed>i{
		color:#077ce9!important;
	}
	/* 表单-复选按钮 */
	.layui-form-checked span, .layui-form-checked:hover span{
		background-color:#077ce9!important;
	}
	.layui-form-checked i, .layui-form-checked:hover i{
		color:#077ce9!important;
	}
	/* 表单-下拉列表 */
	.layui-form-select dl dd.layui-this{
		background-color: #077ce9!important;
	}
	/* 日期控件 */
	.layui-laydate .layui-this{
		background-color: #077ce9!important;
	}
	.layui-laydate-footer span:hover{
		color: #077ce9!important;
	}
	/* 选项卡 */
	.layui-tab-brief>.layui-tab-title .layui-this{
		color: #077ce9!important;
	}
	.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
		border-bottom: 2px solid #077ce9!important;
	}
	/* 树控件 */
	.layui-form-checked[lay-skin=primary] i{
		border-color: #077ce9!important;
		background-color: #077ce9!important;
	}
	.layui-form-checkbox[lay-skin=primary]:hover i{
		border-color: #077ce9!important;
	}
	/* 表格 */
	.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
/* 		background-color: #077ce9!important;
		color: #fff!important; */
	}
	.layui-table-sort .layui-table-sort-asc{
		 border-bottom-color:#fff!important; 
	}
	.layui-table-sort .layui-table-sort-desc{
		border-top-color:#fff!important; 
	}
	
	.layui-laypage .layui-laypage-curr .layui-laypage-em{
		background-color: #077ce9!important;
	}
	.layui-laypage a:hover{
		color: #077ce9!important;
	}
	.layui-laypage input:focus, .layui-laypage select:focus{
		border-color: #077ce9!important;
	}


.layui_card_index .layui-table thead tr{
	background-color: #fff!important;
}
.layui_card_index .layui-table thead tr th span{
	color: #000!important;
	font-size: 16px;
	font-weight: bold!important;
}
.layui_card_index .layui-table-view{
	border: 0;
}
.layui_card_index .layui-table tbody tr:hover{
	background-color: #ffe6e6;
}
.layui_card_index .layui-table[lay-skin=line]{
	/* border-color: #e3e0e0; */
	border-color: #fff;
}
.layui_card_index tbody tr td .layui-table-cell{
	color: #333;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
}
.layui_card_index .layui-table-header{
	background-color: #fff;
}
.layui_card_index .layui-card-body{
	/* padding: 20px 15px 20px 15px; */
	padding: 20px;
	
}
.gx_head_div_row{
	height: 100%;
	/* background: #fff; */
	/* box-shadow: 1px 0px 10px rgb(57,67,73,0.3); */
}
.gx_head_div_row .layui-card{
	background: #fff;
	height: 100%;
	box-shadow: 1px 0px 10px rgb(57,67,73,0.3);
}
.gx_head_div_rowl{
	padding-right: 1.5%;
	box-sizing: border-box;
	/* height: 457px; */
	height: 100%;
}
.gx_head_div_rowr{
	
}
 
.gx_head_div_row .layui_card_index .layui-table tbody tr{
	transition: all 0.8s;
}
.gx_head_div_row .layui_card_index .layui-table tbody tr:hover{
	background-color: #40abe9;
}
.gx_head_div_row .layui_card_index .layui-table tbody tr:hover .layui-table-cell{
	color: #fff;
}


/* 天气日历模块 */
.tqyb_box{
	/* height: 457px; */
	height: 100%;
	display: flex;
	flex-direction: column;
}
.tqyb_box .layui-laydate-content td,.tqyb_box .layui-laydate-content th{
	padding:4px;
}
.tqyb_box_header{
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
/* 	background: url(../img/hprd_img38.png);
	background-size: 100% 100%; */
}
.tqyb_box_body{
	/* flex: 1; */
	overflow-y: auto;
}
.tqyb_box_header_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.tqyb_box_header_img2{
	width: 89px;
	height: 71px;
	position: absolute;
	right: 40px;
	top: 24px;
	z-index: 2;
}
.tqyb_box_header_wd{
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 112px;
    font-size: 76px;
	margin-left: 10%;
}
.tqyb_box_header_tq{
	color: #fff;
	font-size: 16px;
}
.tqyb_box_header_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	z-index: 2;
}
/* 天气模块 日历控件 */
.tqyb_box_body .layui-laydate, .layui-laydate-hint{
	box-shadow: none;
	width: 100%;
	height: 100%;
}
.tqyb_box_body .laydate-theme-molv .layui-laydate-main{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.tqyb_box_body .layui-laydate-content{
	flex: 1;
}
.tqyb_box_body .layui-laydate-content table{
	width: 100%;
	height: 100%;
}
.tqyb_box_body #layui-laydate1 .layui-laydate-header{
	background: #fff;
}
.tqyb_box_body .laydate-theme-molv .layui-laydate-header i,.tqyb_box_body .laydate-theme-molv .layui-laydate-header span{
	color: #000;
	font-size: 18px;
}
.tqyb_box_body .laydate-theme-molv .layui-laydate-header i{
	color: #077ce9;
}
.tqyb_box_body .laydate-theme-molv .layui-laydate-header i:hover{
	color: #000;
}
.tqyb_box_body #layui-laydate1 .layui-this{
	background: url(../images/hprd_img40.png) no-repeat center center;
	background-position: center center;
	background-color: #fff!important;
	background-size: 60%;
}
.tqyb_box_body .layui-laydate-content td{
	color: #333;
	font-size: 16px;
}
.tqyb_box_body .laydate-theme-molv .layui-laydate-content{
	border: 0;
}
.gx_head_div .layui-card-body{
	
}
/* 目前排在你前面的要出 */


/* 快捷方式图标 */
.card_list .card_list_a{
	display: inline-block;
	width: 25%;
	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
	float: left;
}
.card_list_a:hover .card_list_a_div{
	color: #40abe9;
}
.card_list_a_img{
	margin: 0 auto;
	display: block;
	padding: 10px 0;
}
.card_list_a_div{
	text-align: center;
	transition: all 0.8s;
}
.nav_barList{
  display: flex;
}
.nav_barList_li{
  flex: 1;
}
.n0402_index_ullist{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.n0402_index_ullist .card_list{
  width: 100%;
}
.n0402_index_ullist .card_list:last-child .card_list_a{
  padding-bottom: 0;
}
.n0402_login_logo_title{
    font-size: 62px;
    font-weight: bold;
    color: #0252bc;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
    display: inline-block;
}